/* 适配移动页面 */
.ph_show{display: none;}
@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px){
  html{
    font-size: 26.6667vw;
  }
  body {
    min-width: 1200px;
    -webkit-text-size-adjust: none !important;
    min-width: 100%;
    width: 100%; 
    background: #fff;
  }
  .pc_hide{display: none;}
  .ph_show{display: block;}
  .kfw_nav{
    width:100%;
    height:.5rem;
  }

  /* 导航 */
  .ph_show{
    position: relative;
  }
  .kfw_logo{
    float: left;
    width: .53rem;
    height: .31rem;
    background:url(820.png)no-repeat center center;
    margin:.08rem .2rem .1rem .2rem; 
      background-size: 100% 100%;
  }
  .kfw_search{
    float:right;
    width: 1.92rem;
    height: .27rem;
    /* opacity: 0.17;  */
    position: relative;
    margin:.1rem .15rem .13rem .15rem;
  }
  .kfw_search input{
    display: block;
    width:100%;
    height:100%;
    background: #d8d8d8;
    border: .01rem solid #979797;
    border-radius: .15rem;
    text-indent: .15rem;
    outline: none;
    opacity: .17;
    font-size: .1rem;
  }
  .kfw_search  i{
    display: block;;
    position: absolute;
    top:.07rem;
    right:.1rem;
    width:.15rem;
    height:.15rem;
    background:url(824.png)no-repeat center center;
  }
  .kfw_nav_list{
    width:100%;
    position: absolute;
    top:.5rem;
    left:0;
    right: 0;
    bottom:0;
    /* background: #ececec; */
   
  }
  .kfw_hide{
     padding-top: .1rem;
     /* background: #ececec; */
     float: left;
     width:88%;
  }
   .kfw_hide li{
     float: left;
     margin-left:.17rem;
     font-size: .14rem; 
     color: #333333;
     line-height: .25rem;
     letter-spacing: 0pt;
  }
  .kfw_hide li.kfw_zq{
    margin-left:0; 
    position: relative;
  }
  .kfw_zq img{
    position: absolute;
    left:0;
    top:-.12rem;
    display: block;
    width:1.16rem;
    height:.5rem; 
  }
  .kfw_btn{
    float: right;
    width:.25rem;
    height:.25rem;
    background:url(#)no-repeat center center;
    margin-right:.1rem
  }
 
 /* 各个栏目 */
  .kfw_nav_column{
    width:100%;
    height:.3rem; 
    height:auto;
    background: #fff;
  }
  .nav_close span{
    display: block;
    float: right;
    width:.24rem;
    height: .24rem;
    padding:.1rem;
    background: url(#)no-repeat center center;
  }
  /*  */
 
  .column_list{
    width:3.45rem;
    height:auto;
    margin:0.1rem auto;
  }
  .column_list li{
    padding: .1rem 0;
    border-bottom: .01rem solid #f1f1f1;
    /* margin-left:.13rem; */
  }
  .column_list li.current{
    padding-bottom: 0;
  }
  .column_list li:first-child{
    padding-top:0;
  }
  .column_list li:last-child{
    border-bottom: 0;
  }
  .column_list .column_title h3 {
     /*float: left;*/
    font-size: 18px; 
    font-weight: 700;
    color: #222222;
    line-height: .25rem;
  }
    .column_list .column_title h3>a{
    float: left;
    font-size: 18px; 
    font-weight: 700;
    color: #222222;
    line-height: .25rem;
      margin-left: 0;
  }
  .column_list .column_title h3::before{
    display: block;
    float: left;
    content:'';
    width:.03rem;
    height:.12rem;
    margin:.06rem .1rem 0 0;
    background: url(821.png)no-repeat center center;
  }
  .column_list .column_title .btn_hide{
    display: block;
    float: right;
    width:.1rem;
    height:.24rem;
    background: url(#)no-repeat center center;
  }
  .column_detail{
    display: none;
    padding-top:.1rem  ;
  }
  .column_list .current .column_detail{
    display: block;
  }
  .mobile-inner-nav .column_detail>p a{
    background: #efefef;
    border-radius: .15rem; 
    padding:.03rem .06rem;
    font-size: .14rem; 
    line-height: .2rem; 
    margin-left:.1rem;
    margin-bottom: .1rem;
    color:#222;
    text-align: center;
  }
  .mobile-inner-nav .column_detail>p:nth-child(4n+1){
    margin-left: 0;
  }
  .mobile-inner-nav .column_detail>p {
    color:#222;
    display: inline-block;
  }
  .column_list .current .column_title .btn_hide{
    display: block;
    float: right;
    width:.1rem;
    height:.24rem;
    background: url(#)no-repeat center center;
  }
  /*  */
  #header{
    background-color: #3f8dbf;
    float: left;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,1);
    line-height: 50px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  #header a {
    color: rgba(255,255,255,1);
    text-decoration: none;
    display: block;
    font-size: 15px;
  }
  #header-left{
    float: left;
    height: 50px;
  }
  #header-left:hover #header-left-icon{
    background-color: #3F8DBF;
  }
  #header-left:hover #header-left-text{
    background-color: #599BC8;
  }
  #header-left-icon{
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header-left-icon a {
    font-size: 25px;
  }
  
  #header-left-text{
    float: left;
    height: 50px;
      -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header-left-text a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header-right{
    float: right;
    height: 50px;
  }
  #header-right:hover #header-right-icon{
    background-color: #3F8DBF;
    }
  #header-right:hover #header-right-text{
    background-color: #599BC8;
    }
  #header-right-icon{
    float: right;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header-right-text{
    float: right;
    height: 50px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header-right-text a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper{
   /*  width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 150px; */
  }
  .wrapper-inner{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently
                                    not supported by any browser */
  }
  .wrapper-inner-buttons{
    width: 100%;
    float: left;
    margin-top:50px;
    text-align: center;
  }
  .wrapper-inner-buttons a{
    background-color: #3f8dbf;
    line-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border-radius: calc(35px / 2);
  }
  .wrapper-inner-buttons a.current{
    background-color: #f5d76e;
    color: #d35400;
  }
  .wrapper-inner-buttons a:hover{
    background-color: #35759F;
    color: #fff;
  }
  /* .mobile{
    width: 100%;
    float: left;
    margin-top: 100px;
  } */
  .mobile-inner{
    width: 100%;
     overflow: hidden;
    background-color: #fafafa;
    position: relative;
  }
  
  
  .mobile-inner-header{
    /* background-color: rgba(0,0,0,0.7); */
    background-color: #ECECEC;
    width: 100%;
    height: .44rem;
  }
  .mobile-inner-header-icon{
    color: #ffffff;
    height: .44rem;
    font-size:.25rem;
    text-align: center;
    float:right;
    width: .4rem;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;

  }
  .mobile-inner-header-icon:hover{
    background-color: #ECECEC; 
  }
  .mobile-inner-header-icon span{
    position: absolute;
    left: calc((100% - .15rem) / 2);
    top: calc((100% - .01rem) / 2);
    width: .15rem;
    height: .015rem;
    background-color: #999;
  }
  .mobile-inner-header-icon span:nth-child(1){
  transform: translateY(4px) rotate(0deg); 
    }
  .mobile-inner-header-icon span:nth-child(2){
  transform: translateY(-4px) rotate(0deg);
    }
    
  
  
  
    
  .mobile-inner-header-icon-click span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
    }		
  .mobile-inner-header-icon-click span:nth-child(2){
     display: none;
    }
    .mobile-inner-header-icon-click span:nth-child(3){
      animation-duration: 0.5s;
      animation-fill-mode: both;
      animation-name: clicksecond;
      }

    
  
  
  @keyframes clickfirst {
    0% {
      transform: translateY(.04rem) rotate(0deg);
      
    }
  
    100% {
      transform: translateY(0) rotate(45deg);
    }
  }	
  
  
  
  @keyframes clicksecond {
    0% {
      transform: translateY(-.04rem) rotate(0deg);
    }
  
    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }	
  
  .mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }		
  .mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
  
  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }
  
    100% {
      transform: translateY(-.04rem) rotate(0deg);
    }
  }	
  
  
  
  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }
  
    100% {
      transform: translateY(.04rem) rotate(0deg);
    }
  }
   
  .mobile-inner-nav{
    width: 100%;
    top: .5rem;
    left: 0px;
    padding-bottom: .3rem;
    display: none;
  }
  .column_detail{
    display: none;
  }
  .mobile-inner-nav a{
    display: inline-block;
    /* display: none; */
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight:300;
  }
  .mobile-inner-nav a:hover{
    color: rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.2);
  }
  
   /*  */
   .mobile-inner-nav a{
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}
			
	@-webkit-keyframes returnToNormal {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	            transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	            transform: none;
	  }
	}

	@keyframes returnToNormal {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	            transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	            transform: none;
	  }
  }
   
}